home *** CD-ROM | disk | FTP | other *** search
- /*© Copyright 1988-1992 UserLand Software, Inc. All Rights Reserved.*/
-
-
- #define stringsinclude
-
-
- #ifndef appletdefsinclude
-
- #include "appletdefs.h"
-
- #endif
-
-
- void copystring (void *, void *);
-
- boolean pushstring (bigstring, bigstring);
-
- boolean pushspace (bigstring);
-
- void pushlong (long, bigstring);
-
- void pushint (short, bigstring);
-
- void allupper (bigstring);
-
- void alllower (bigstring);
-
- boolean stringlessthan (bigstring, bigstring);
-
- void midstring (bigstring, short, short, bigstring);
-
- boolean pushchar (byte, bigstring);
-
- boolean scanstring (byte, bigstring, short *);
-
- boolean deletestring (bigstring, short, short);
-
- boolean firstword (bigstring, char, bigstring);
-
- boolean lastword (bigstring, char, bigstring);
-
- boolean equalstrings (bigstring, bigstring);
-
- boolean unicaseequalstrings (bigstring, bigstring);
-
- short patternmatch (bigstring, bigstring);
-
- void filledstring (char, short, bigstring);
-
- boolean insertchar (char, bigstring);
-